home *** CD-ROM | disk | FTP | other *** search
- /* Paginate.xdme */
-
- address 'XDME.1'
- options results
- H = GetVal("$_H")
- hf = GetVal("$_hf")
- h0 = GetVal("$_h0")
- h1 = GetVal("$_h1")
- F = GetVal("$_F")
- ff = GetVal("$_ff")
- f0 = GetVal("$_f0")
- f1 = GetVal("$_f1")
- N = GetVal("$_N")
- t = GetVal("$_t")
- b = GetVal("$_b")
- p = GetVal("$_p")
- l = GetVal("$_l")
- r = GetVal("$_r")
- Title = GetVal("$_T")
-
- headers = "-H """H""" -hf """hf""" -h0 """h0""" -h1 """h1"""
- footers = "-F """F""" -ff """ff""" -f0 """f0""" -f1 """f1"""
- margins =
-
-
- GetVal:
- parse arg v
- xcom = "rxresult" v
- xcom
- if result = "RESULT" then return ""
- else return result
-